home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 291_01 / jjbinstl.doc < prev    next >
Text File  |  1989-06-26  |  4KB  |  126 lines

  1. QUICK C
  2. ======================================================================
  3. ***      JJB LEARNING INSTALLATION FOR QUICK C PROGRAMMERS        ***
  4. ====================================================================== 
  5.      
  6.      Place the floppy diskette in drive a: and enter: JJBQC-LI
  7.      
  8.      It will:
  9.      
  10.        1. Move all files to the hard disk drive c:
  11.                   jjbkey.h and jjbset.h to c:\include
  12.                   All the rest to c:\bin
  13.        2. Creates the JJB quick library JJB.QLB
  14.                   and load the first show file with JJBQCS1.
  15.      
  16.      You  may  have  noticed  that  JJB tried to delete two files
  17.      which it could not find on the disk drive. That is  the  way
  18.      it should work because Quick C does not like to make a quick
  19.      library  if the file already  exists  on the disk drive.
  20.      
  21.      You should now be in Quick C  looking  at  the  sample  file
  22.      JJBSHOW1.C.  If  you now press 'F5', the file should compile
  23.      and execute.
  24.      
  25.      If you need to exit Quick C, press 'ALT,' 'RETURN', 'X'. 
  26.      
  27.      To re-enter the source file, from DOS enter 'JJBQCS1'.
  28.      
  29.      To  compile  and  execute  'JJBSHOW1.C'  from   DOS   enter:
  30.               C:\BIN>JJBQCS1, then press 'F5'.
  31.      
  32.      You  can  load  any  of  the  five  source examples with the
  33.      following commands from DOS:
  34.      
  35.                      JJBQCS1
  36.                      JJBQCS2
  37.                      JJBQCS3
  38.                      JJBQCS4
  39.                      JJBQCS5
  40.      
  41.      
  42.      To remove all JJB files from drive c: enter: 'JJBREMOV'
  43.      
  44.      This deletes all the JJB files from drive c: doing a reverse
  45.      installation.
  46.  
  47.  
  48. QUICK C
  49. ======================================================================
  50. ***        JJB FINAL INSTALLATION FOR QUICK C PROGRAMMERS          ***
  51. ====================================================================== 
  52.      
  53.      The purpose of this installation is to install only the  JJB
  54.      files which are necessary for Quick C programming.
  55.      
  56.      The files are:  JJBKBD.H
  57.                      JJBSET.H
  58.                      JJBQC.OBJ
  59.                      JJBQCINP.OBJ
  60.                      JJBQCDOL.OBJ
  61.      
  62.      Place the JJB diskette in drive a: and enter: 'JJBQC-FI'
  63.      
  64.      Don't forget to delete all JJB files  from  your  hard  disk
  65.      before  you  make the final installation. The entire purpose
  66.      of the final installation is to clean up your hard disk.  So
  67.      please   remove   the   files   as  shown  in  the  learning
  68.      installation.
  69.      
  70.      
  71.      
  72. TURBO C 
  73. ======================================================================
  74. ***      JJB LEARNING INSTALLATION FOR TURBO C PROGRAMMERS        ***
  75. ====================================================================== 
  76.      
  77.      Place the floppy diskette in drive a: and enter: JJBTC-LI
  78.      
  79.      It will:
  80.      
  81.        1. Move all files to the hard disk drive c:
  82.                   jjbkey.h and jjbset.h to c:\tc\include
  83.                   All the rest to c:\tc
  84.        2. Add the object modules to the small library
  85.                   and load the first show file JJBSHOW1.C
  86.      
  87.      You  should  now be in Turbo C and can execute the show file
  88.      by pressing CTRL F9.
  89.      
  90.      
  91.      To remove all JJB files from drive c: enter: 'JJBREMOV'
  92.      
  93.      This deletes all the JJB files from drive c: doing a reverse
  94.      installation.
  95.  
  96.      
  97.      
  98.  
  99. TURBO C
  100. ======================================================================
  101. ***        JJB FINAL INSTALLATION FOR TURBO C PROGRAMMERS          ***
  102. ====================================================================== 
  103.      
  104.      The purpose of this installation is to install only the  JJB
  105.      files which are necessary for Quick C programming.
  106.      
  107.      The files are:  JJBKBD.H
  108.                      JJBSET.H
  109.                      JJBTC.OBJ
  110.                      JJBTCINP.OBJ
  111.                      JJBTCDOL.OBJ
  112.      
  113.      Place the JJB diskette in drive a: and enter: 'JJBTC-FI'
  114.      
  115.      Don't forget to delete all JJB files  from  your  hard  disk
  116.      before  you  make the final installation. The entire purpose
  117.      of the final installation is to clean up your hard disk.  So
  118.      please   remove   the   files   as  shown  in  the  learning
  119.      installation.
  120.      
  121.      
  122.      
  123.      
  124.      
  125.      
  126.